Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for adjusting parameter values #193

Merged
merged 13 commits into from
Dec 22, 2020
Merged

Bugfix for adjusting parameter values #193

merged 13 commits into from
Dec 22, 2020

Conversation

edyoung
Copy link
Member

@edyoung edyoung commented Dec 17, 2020

RFC doc ought to be in another PR but oh well

moving the slider on a numeric param with min + max
values was causing a loop of updates
fract4dgui/utils.py Outdated Show resolved Hide resolved
fract4dgui/utils.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Dec 17, 2020

Codecov Report

Merging #193 (2b4c926) into master (7da62f2) will decrease coverage by 0.01%.
The diff coverage is 72.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
- Coverage   81.31%   81.30%   -0.02%     
==========================================
  Files          55       55              
  Lines       10885    10835      -50     
==========================================
- Hits         8851     8809      -42     
+ Misses       2034     2026       -8     
Impacted Files Coverage Δ
fract4dgui/preferences.py 15.18% <16.66%> (ø)
fract4dgui/gtkfractal.py 80.45% <37.50%> (+0.02%) ⬆️
fract4dgui/settings.py 71.60% <50.00%> (-0.15%) ⬇️
fract4dgui/utils.py 77.46% <50.00%> (+5.08%) ⬆️
fract4dgui/main_window.py 63.46% <71.42%> (-0.61%) ⬇️
fract4dgui/director.py 66.52% <93.10%> (+0.41%) ⬆️
fract4dgui/browser.py 82.75% <100.00%> (ø)
fract4dgui/toolbar.py 100.00% <100.00%> (ø)
fract4dgui/undo.py 100.00% <100.00%> (ø)
fract4d_compiler/fc.py 85.04% <0.00%> (-0.25%) ⬇️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8a62e41...4b32ca9. Read the comment docs.

Once Upon a Time we supported different Gtk+ versions
which behaved differently for menus, but that is
no longer an issue.
They were all messed up.
Colors are now displayed correctly.
Color editor displayed in more useful mode.
Fractal redraws after color change.
@lgtm-com
Copy link

lgtm-com bot commented Dec 18, 2020

This pull request introduces 1 alert when merging b90d5dc into 048a3f0 - view on LGTM.com

new alerts:

  • 1 for Unused import

@edyoung edyoung merged commit 401a28f into master Dec 22, 2020
@edyoung edyoung deleted the bugfixes branch December 22, 2020 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants